home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / COMM / INTERNET / MAIL / TRANSPORTS / TCP_IP / Docs / FAQ < prev    next >
Text File  |  1995-07-06  |  3KB  |  69 lines

  1. TCPIPtransport FAQ verion 0.01
  2. ==============================
  3.  
  4. What is it?
  5. -----------
  6.  
  7. This is the embryonic list of Frequently Asked Questions about setting up 
  8. TCPIPtransport with !NewsBase, and their solutions. This FAQ is maintained
  9. by me (Ant), and reflects common problems which people out there have
  10. suffered whilst trying to get TCPIPtransport to work.
  11.  
  12. Of these valiant souls special mention must go to the following for putting
  13. up with the worst of it: Anthony Frost, David N Walker, Chris Pitts, 
  14. Ian Rawlings, and Glyn Royds. So far, only one heretic has given up in disgust
  15. and deleted TCPIPtransport to return to the old ways, but then the power of
  16. the dark side is strong...
  17.  
  18.  
  19. 1) What is TCPIPtransport?
  20.  
  21. It's a mail and news transport for !Newsbase, which uses tcp/ip connections to
  22. fetch and send news and e-mail. The transport comes in the form of a module, and
  23. some configurable support files.
  24.  
  25. 2) Where can I get it?
  26.  
  27. At the moment, TCPIPtransport is only available on a test basis, and can be found
  28. at ecslib.soton.ac.uk in the directory /pub/Acorn/freenet/a.skelton - the file you
  29. need is 'nntp.spk' and is a SparkFS encoded archive.
  30.  
  31. 3) What else do I need?
  32.  
  33. You need Newsbase 0.54m at least, some sort of Newsbase client like !TTFN, and a
  34. tcp/ip stack, such as Acorn's Internet module, or the FreeNet stack by Tom Hughes.
  35. I reccomend version of Internet from 4.02 onwards, although your mileage may vary.
  36.  
  37. 4) How do I set it up?
  38.  
  39. Read the accompanying documentation! Then, if you still have problems, consult the
  40. list below.
  41.  
  42. 5) How do I get rid if the error "*detect not found" ?
  43.  
  44. Insert the line "run <NewsBase$Dir>.Transports.TCP/IP.startup" in Newsbase's !Run
  45. file, just before the line which reads "run <NewsBase$dir>.!RunImage %*0". This
  46. ensures that the TCPIPtransport module is loaded and initialised before Newsbase
  47. attempts to call *detect (which is provided by the module).
  48.  
  49. 6) I want to use !Groups. What do I do?
  50.  
  51. Copy !Groups into !NewsBase.AutoBoot and re-run NewsBase. You can get at !Groups from NewsBase's iconbar
  52. menu (it's the New groups... entry.) Read !Groups' documentation to find out what it does. !Groups gives
  53. you the option for a complete list of newsgroups available at the nntp server, something which makes
  54. newsgroup management a lot easier. If you look at !Groups' configure panel, you'll see it needs a file
  55. where it can find this complete group list. You can generate this list by typing '*listgroups' from the
  56. command line (eg by pressing F12 or ctrl-F12 to run a task window.) Once you've done this, locate the
  57. file '!NewsBase.Support.tcp/ip.allgroups' and drag it onto the Newsgroups file writeable icon in !Groups'
  58. configuration dialog.
  59.  
  60. 7) Why does !Groups give an error when I run it?
  61.  
  62. If you're using !Groups and find that running it produces an 'error 111 no newgroups information available'
  63. (or something like that) then you do not have a file containing new groups information. This file is
  64. generated when the NNTP server tells NewsBase that some new newsgroups have been created since the last time
  65. NewsBase contacted it. However, if there aren't any newgroups, there's no file on them, and !Groups doesn't
  66. work, which is a bit inconvenient. Fortunately, there's a simple fix: open the directory !NewsDir.newsbase,
  67. fire up !Zap (you were using Zap, weren't you? :) ) and save a blank text file in the directory with the
  68. filename 'newgroups'. !Groups should then work OK.
  69.